home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCMania 24
/
PCMania CD24.nrg
/
pov24
/
alhambra.pov
< prev
next >
Wrap
Text File
|
1994-09-07
|
1KB
|
34 lines
/* PERSISTENCE OF VISION RAYTRACER
ALHAMBRA.POV
Por: SOCRATES RIZQUEZ 05/1994.
==========================================================================*/
#include "alhambra.inc"
camera { location <-6,15,-78> look_at <-0,30,0> }
object { light_source { <400,360,-530> color rgb <1,1,0.95> }}
object { sphere { <0,0,0>,100000
texture { pigment { gradient y color_map {
[ 0.3 color rgb <0.9,0.4,0.2> ]
[ 0.7 color rgb <0.1,0.3,1> ]
[ 1.0 color rgb <0.1,0.3,1> ] } scale 100000 }}}
bounded_by { sphere { <0,0,0>,100001 }}}
object { sphere { <0,0,0>,80000
texture { pigment { bozo color_map {
[ 0.0 color rgbf <1,1,1,1> ]
[ 0.25 color rgbf <1,1,1,1> ]
[ 0.87 color rgb <1,1,1> ]
[ 0.9 color rgb <0.95,0.95,0.95> ]
[ 0.95 color rgb <0.9,0.9,0.9> ]
[ 1.0 color rgb <0.85,0.85,0.85> ] }
turbulence 0.5 scale <20000,4000,20000> }
}} no_shadow
bounded_by { sphere { <0,0,0>,80001 }}}
object { patio }